Once you have a handle on basic numeral systems like binary, it's time to move on to more complicated systems. We'll cover hexadecimal and 32 bit numbers in the second CS Basics post.
Understanding how to convert numbers to and from binary, or any numeric base, is a fundamental concept in programming and computer science. Let's get a grip on those fundamentals!